Skip to main content

DescribePropertySoftwareItem

Description

get the list of installed applications on the host.

Request Method

POST

Request Path

/apsara/route/Sas/DescribePropertySoftwareItem

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PathBODYstringNoNo sample value for this parameter.application software installation path.
SoftwareVersionBODYstringNoNo sample value for this parameter.application software version.
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api
NameBODYstringNoNo sample value for this parameter.application name.

Return data

NameTypeSample valueDescription
TotalCountintegerno demo valuetotal number of records returned.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
PropertySoftwareItemsarrayno demo valuehost application software list, see the following parameter description for specific sub-items.
CurrentPageintegerno demo valuecurrently returns page number.
Countintegerno demo valuenumber of hosts on which the application is installed.
Namestringno demo valueapplication name.

Example

Successful Response example

{
"TotalCount":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"PropertySoftwareItems":"no demo value",
"CurrentPage":"no demo value",
"Count":"no demo value",
"Name":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}